From: Tom Schoonjans Date: Fri, 16 Feb 2018 12:16:02 +0000 (+0000) Subject: gdkquartz.h: export pasteboard functions X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~37^2~42^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2760b020a83e71405fddf83d3b9d320bb58016dd;p=gtk%2B3.0.git gdkquartz.h: export pasteboard functions --- diff --git a/gdk/quartz/gdkquartz.h b/gdk/quartz/gdkquartz.h index be2cb3cd1e..24555d4a40 100644 --- a/gdk/quartz/gdkquartz.h +++ b/gdk/quartz/gdkquartz.h @@ -60,8 +60,11 @@ typedef enum GDK_AVAILABLE_IN_ALL GdkOSXVersion gdk_quartz_osx_version (void); +GDK_AVAILABLE_IN_ALL GdkAtom gdk_quartz_pasteboard_type_to_atom_libgtk_only (NSString *type); +GDK_AVAILABLE_IN_ALL NSString *gdk_quartz_target_to_pasteboard_type_libgtk_only (const gchar *target); +GDK_AVAILABLE_IN_ALL NSString *gdk_quartz_atom_to_pasteboard_type_libgtk_only (GdkAtom atom); G_END_DECLS